home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / com_pack.zip / EPRINT.DOC < prev    next >
Text File  |  1989-03-31  |  1KB  |  49 lines

  1.  Sample COM-Pack library == EPRINT.COM
  2.  """""""""""""""""""""""""""""""""""""
  3.  
  4. USAGE:    EPRINT  filename parameters  <enter>
  5.  
  6.   Valid filenames and parameters are:
  7.  
  8.    ELITE ON  or  ELITE OFF
  9.       This sets the printer into the 12 cpi elite mode or
  10.       restores it to the 10 cpi pica mode.
  11.  
  12.    EMPH ON  or  EMPH OFF
  13.       This turns on or off the emphasized print function.
  14.  
  15.    ENLARGE ON  or  ENLARGE OFF
  16.       This allows control of the enlarged print function.
  17.  
  18.    DOUBLE ON  or  DOUBLE OFF
  19.       This sets the printer to double-strike the text for
  20.       emphasis or resets it to normal.
  21.  
  22.    NLQ ON  or  NLQ OFF
  23.       This turns on or off the near-letter-quality mode.
  24.  
  25.    COMP ON  or  COMP OFF
  26.       This command controls the compressed print function.
  27.  
  28.    RESET
  29.       This returns the printer to its power-up status.
  30.  
  31.    LINES 8   for 8 lines-per-inch vertical spacing
  32.      or
  33.    LINES 6   for the normal 6 lines-per-inch.
  34.  
  35.    LF    to send a line feed to the printer.
  36.  
  37.    FF    to send a form feed to the printer.
  38.  
  39. **  EXAMPLE  **
  40.  
  41.   To start printing with the near-letter-quality mode
  42.   toggles on, you would run the program as follows:
  43.  
  44.      EPRINT  NLQ  ON  <enter>
  45.  
  46.   To tunr of the near-letter-quality:
  47.  
  48.      EPRINT  NLQ  OFF  <enter>
  49.